home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / bonus / video / files / abcavi.exe / {app} / Template / rename.exp < prev    next >
Encoding:
Text File  |  2004-03-10  |  868 b   |  43 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. [Info]
  8. Version=3
  9. Name=Simple file rename
  10. Target=$(temp)\run_it.bat
  11. Clipboard=0
  12. OEM=1
  13. Target_rewrite=1
  14. [Replace]
  15. Do_Replace=1
  16. in_1=2A
  17. out_1=5F
  18. in_2=22
  19. out_2=27
  20. in_3=7C
  21. out_3=5F
  22. in_4=3A
  23. out_4=5F
  24. in_5=3F
  25. out_5=5F
  26. [Description]
  27. 0=*This template creates BAT file in your temporary directory. When this file is executed, it renames file names in following style:
  28. 1=*
  29. 2=*n - width x height.avi
  30. 3=*
  31. 4=*You can edit body of template and create new file name with other keywords.
  32. 5=*
  33. 6=*P.S. Be careful when creating new rename templates - test it on unimportant files before serious use!
  34. [Header]
  35. 0=*@echo off
  36. 1=*echo Renaming started...
  37. [Body]
  38. 0=*ren "$(fullname)" "($(IART)) - $(INAM), $(crd_year).$(ext)"
  39. 1=*echo "$(name).$(ext)" --} "($(IART)) - $(INAM), $(crd_year).$(ext)"
  40. [Footer]
  41. 0=*echo Rename script complited
  42. 1=*pause
  43.